(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <string.h>
size_t strlen()
SYNOPSIS
const char * ptr

FUNCTION
Calculate the length of a string (without the terminating 0 byte).

INPUTS
ptr
The string to get its length for
RESULT
The length of the string.

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
11.12.1996 aros
Added/corrected headers
19.10.1996 aros
Moved all ANSI C function to here and wrote all neccessary header files. Now we have a real basis for our own C lib. Added the functions malloc(), free() and strcasecmp() Made all functions ANSI C compliant
21.09.1996 digulla
Use Amiga types
01.08.1996 digulla
Added standard header for all files
29.07.1996 digulla
Intermediate files until we can use libc for linking